home *** CD-ROM | disk | FTP | other *** search
/ Risc World 5 / Risc World 5.iso / SOFTWARE / Issue3 / Games / xrick / !xrick / xrick_dsp < prev   
Text File  |  2002-12-17  |  9KB  |  394 lines

  1. # Microsoft Developer Studio Project File - Name="xrick" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Application" 0x0101
  6.  
  7. CFG=xrick - Win32 Release
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "xrick.mak".
  12. !MESSAGE 
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "xrick.mak" CFG="xrick - Win32 Release"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "xrick - Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "xrick - Win32 Debug" (based on "Win32 (x86) Application")
  22. !MESSAGE 
  23.  
  24. # Begin Project
  25. # PROP AllowPerConfigDependencies 0
  26. # PROP Scc_ProjName ""
  27. # PROP Scc_LocalPath ""
  28. CPP=cl.exe
  29. MTL=midl.exe
  30. RSC=rc.exe
  31.  
  32. !IF  "$(CFG)" == "xrick - Win32 Release"
  33.  
  34. # PROP BASE Use_MFC 0
  35. # PROP BASE Use_Debug_Libraries 0
  36. # PROP BASE Output_Dir "Release"
  37. # PROP BASE Intermediate_Dir "Release"
  38. # PROP BASE Target_Dir ""
  39. # PROP Use_MFC 0
  40. # PROP Use_Debug_Libraries 0
  41. # PROP Output_Dir "Release"
  42. # PROP Intermediate_Dir "Release"
  43. # PROP Target_Dir ""
  44. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
  45. # ADD CPP /nologo /MD /W3 /GX /O2 /I "include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
  46. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  47. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  48. # ADD BASE RSC /l 0x40c /d "NDEBUG"
  49. # ADD RSC /l 0x40c /d "NDEBUG"
  50. BSC32=bscmake.exe
  51. # ADD BASE BSC32 /nologo
  52. # ADD BSC32 /nologo
  53. LINK32=link.exe
  54. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
  55. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
  56.  
  57. !ELSEIF  "$(CFG)" == "xrick - Win32 Debug"
  58.  
  59. # PROP BASE Use_MFC 0
  60. # PROP BASE Use_Debug_Libraries 1
  61. # PROP BASE Output_Dir "Debug"
  62. # PROP BASE Intermediate_Dir "Debug"
  63. # PROP BASE Target_Dir ""
  64. # PROP Use_MFC 0
  65. # PROP Use_Debug_Libraries 1
  66. # PROP Output_Dir "Debug"
  67. # PROP Intermediate_Dir "Debug"
  68. # PROP Target_Dir ""
  69. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
  70. # ADD CPP /nologo /MD /W3 /Gm /GX /ZI /Od /I "include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
  71. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  72. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  73. # ADD BASE RSC /l 0x40c /d "_DEBUG"
  74. # ADD RSC /l 0x40c /d "_DEBUG"
  75. BSC32=bscmake.exe
  76. # ADD BASE BSC32 /nologo
  77. # ADD BSC32 /nologo
  78. LINK32=link.exe
  79. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  80. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  81.  
  82. !ENDIF 
  83.  
  84. # Begin Target
  85.  
  86. # Name "xrick - Win32 Release"
  87. # Name "xrick - Win32 Debug"
  88. # Begin Group "Source Files"
  89.  
  90. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  91. # Begin Source File
  92.  
  93. SOURCE=.\src\control.c
  94. # End Source File
  95. # Begin Source File
  96.  
  97. SOURCE=.\src\dat_ents.c
  98. # End Source File
  99. # Begin Source File
  100.  
  101. SOURCE=.\src\dat_maps.c
  102. # End Source File
  103. # Begin Source File
  104.  
  105. SOURCE=.\src\dat_picsPC.c
  106. # End Source File
  107. # Begin Source File
  108.  
  109. SOURCE=.\src\dat_picsST.c
  110. # End Source File
  111. # Begin Source File
  112.  
  113. SOURCE=.\src\dat_screens.c
  114. # End Source File
  115. # Begin Source File
  116.  
  117. SOURCE=.\src\dat_snd.c
  118. # End Source File
  119. # Begin Source File
  120.  
  121. SOURCE=.\src\dat_spritesPC.c
  122. # End Source File
  123. # Begin Source File
  124.  
  125. SOURCE=.\src\dat_spritesST.c
  126. # End Source File
  127. # Begin Source File
  128.  
  129. SOURCE=.\src\dat_tilesPC.c
  130. # End Source File
  131. # Begin Source File
  132.  
  133. SOURCE=.\src\dat_tilesST.c
  134. # End Source File
  135. # Begin Source File
  136.  
  137. SOURCE=.\src\data.c
  138. # End Source File
  139. # Begin Source File
  140.  
  141. SOURCE=.\src\devtools.c
  142. # End Source File
  143. # Begin Source File
  144.  
  145. SOURCE=.\src\draw.c
  146. # End Source File
  147. # Begin Source File
  148.  
  149. SOURCE=.\src\e_bomb.c
  150. # End Source File
  151. # Begin Source File
  152.  
  153. SOURCE=.\src\e_bonus.c
  154. # End Source File
  155. # Begin Source File
  156.  
  157. SOURCE=.\src\e_box.c
  158. # End Source File
  159. # Begin Source File
  160.  
  161. SOURCE=.\src\e_bullet.c
  162. # End Source File
  163. # Begin Source File
  164.  
  165. SOURCE=.\src\e_rick.c
  166. # End Source File
  167. # Begin Source File
  168.  
  169. SOURCE=.\src\e_sbonus.c
  170. # End Source File
  171. # Begin Source File
  172.  
  173. SOURCE=.\src\e_them.c
  174. # End Source File
  175. # Begin Source File
  176.  
  177. SOURCE=.\src\ents.c
  178. # End Source File
  179. # Begin Source File
  180.  
  181. SOURCE=.\src\game.c
  182. # End Source File
  183. # Begin Source File
  184.  
  185. SOURCE=.\src\maps.c
  186. # End Source File
  187. # Begin Source File
  188.  
  189. SOURCE=.\src\rects.c
  190. # End Source File
  191. # Begin Source File
  192.  
  193. SOURCE=.\src\scr_gameover.c
  194. # End Source File
  195. # Begin Source File
  196.  
  197. SOURCE=.\src\scr_getname.c
  198. # End Source File
  199. # Begin Source File
  200.  
  201. SOURCE=.\src\scr_imain.c
  202. # End Source File
  203. # Begin Source File
  204.  
  205. SOURCE=.\src\scr_imap.c
  206. # End Source File
  207. # Begin Source File
  208.  
  209. SOURCE=.\src\scr_pause.c
  210. # End Source File
  211. # Begin Source File
  212.  
  213. SOURCE=.\src\scr_xrick.c
  214. # End Source File
  215. # Begin Source File
  216.  
  217. SOURCE=.\src\scroller.c
  218. # End Source File
  219. # Begin Source File
  220.  
  221. SOURCE=.\src\sysarg.c
  222. # End Source File
  223. # Begin Source File
  224.  
  225. SOURCE=.\src\sysevt.c
  226. # End Source File
  227. # Begin Source File
  228.  
  229. SOURCE=.\src\sysjoy.c
  230. # End Source File
  231. # Begin Source File
  232.  
  233. SOURCE=.\src\syskbd.c
  234. # End Source File
  235. # Begin Source File
  236.  
  237. SOURCE=.\src\syssnd.c
  238. # End Source File
  239. # Begin Source File
  240.  
  241. SOURCE=.\src\system.c
  242. # End Source File
  243. # Begin Source File
  244.  
  245. SOURCE=.\src\sysvid.c
  246. # End Source File
  247. # Begin Source File
  248.  
  249. SOURCE=.\src\unzip.c
  250. # End Source File
  251. # Begin Source File
  252.  
  253. SOURCE=.\src\util.c
  254. # End Source File
  255. # Begin Source File
  256.  
  257. SOURCE=.\src\xrick.c
  258. # End Source File
  259. # End Group
  260. # Begin Group "Header Files"
  261.  
  262. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  263. # Begin Source File
  264.  
  265. SOURCE=.\include\config.h
  266. # End Source File
  267. # Begin Source File
  268.  
  269. SOURCE=.\include\control.h
  270. # End Source File
  271. # Begin Source File
  272.  
  273. SOURCE=.\include\data.h
  274. # End Source File
  275. # Begin Source File
  276.  
  277. SOURCE=.\include\debug.h
  278. # End Source File
  279. # Begin Source File
  280.  
  281. SOURCE=.\include\devtools.h
  282. # End Source File
  283. # Begin Source File
  284.  
  285. SOURCE=.\include\draw.h
  286. # End Source File
  287. # Begin Source File
  288.  
  289. SOURCE=.\include\e_bomb.h
  290. # End Source File
  291. # Begin Source File
  292.  
  293. SOURCE=.\include\e_bonus.h
  294. # End Source File
  295. # Begin Source File
  296.  
  297. SOURCE=.\include\e_box.h
  298. # End Source File
  299. # Begin Source File
  300.  
  301. SOURCE=.\include\e_bullet.h
  302. # End Source File
  303. # Begin Source File
  304.  
  305. SOURCE=.\include\e_rick.h
  306. # End Source File
  307. # Begin Source File
  308.  
  309. SOURCE=.\include\e_sbonus.h
  310. # End Source File
  311. # Begin Source File
  312.  
  313. SOURCE=.\include\e_them.h
  314. # End Source File
  315. # Begin Source File
  316.  
  317. SOURCE=.\include\ents.h
  318. # End Source File
  319. # Begin Source File
  320.  
  321. SOURCE=.\include\game.h
  322. # End Source File
  323. # Begin Source File
  324.  
  325. SOURCE=.\include\img.h
  326. # End Source File
  327. # Begin Source File
  328.  
  329. SOURCE=.\include\maps.h
  330. # End Source File
  331. # Begin Source File
  332.  
  333. SOURCE=.\include\pics.h
  334. # End Source File
  335. # Begin Source File
  336.  
  337. SOURCE=.\include\rects.h
  338. # End Source File
  339. # Begin Source File
  340.  
  341. SOURCE=.\include\screens.h
  342. # End Source File
  343. # Begin Source File
  344.  
  345. SOURCE=.\include\scroller.h
  346. # End Source File
  347. # Begin Source File
  348.  
  349. SOURCE=.\include\sprites.h
  350. # End Source File
  351. # Begin Source File
  352.  
  353. SOURCE=.\include\syssnd.h
  354. # End Source File
  355. # Begin Source File
  356.  
  357. SOURCE=.\include\system.h
  358. # End Source File
  359. # Begin Source File
  360.  
  361. SOURCE=.\include\sysvid.h
  362. # End Source File
  363. # Begin Source File
  364.  
  365. SOURCE=.\include\tiles.h
  366. # End Source File
  367. # Begin Source File
  368.  
  369. SOURCE=.\include\unzip.h
  370. # End Source File
  371. # Begin Source File
  372.  
  373. SOURCE=.\include\util.h
  374. # End Source File
  375. # End Group
  376. # Begin Group "Resource Files"
  377.  
  378. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  379. # Begin Source File
  380.  
  381. SOURCE=.\src\xrick.rc
  382. # End Source File
  383. # Begin Source File
  384.  
  385. SOURCE=.\src\xrickPC.ico
  386. # End Source File
  387. # Begin Source File
  388.  
  389. SOURCE=.\src\xrickST.ico
  390. # End Source File
  391. # End Group
  392. # End Target
  393. # End Project
  394.